| lcBlockAddPoint2 | Home |
|
HANDLE lcBlockAddPoint2 ( HANDLE hBlock, double X, double Y, int PtMode, double PtSize ); |
| hBlock | |||||||||
| Handle to a block. | |||||||||
| X Y | |||||||||
| Coordinates of the point. | |||||||||
| PtMode | |||||||||
| Point mode | |||||||||
| PtSize | |||||||||
Point size.
| |||||||||
| Handle to created Point object or NULL if the function fails. |
| LC_PROP_POINT_STYLE property of this point will return NULL. |
| lcBlockAddPoint |